home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / utilprn / hpdeskje.sit / HPDJet ƒ / dialog_item_handling.h < prev    next >
Text File  |  1989-04-02  |  2KB  |  33 lines

  1. /* 02.04.1989  amn  (latest edit) */
  2.  
  3. /* dialog_item_handling.h  -  printer driver for Macintosh and HP DeskJet, dialog */
  4. /*                            subroutine headers. */
  5.  
  6. /* Authors:  Ari Mujunen (amn@hutcs.hut.fi) and Olli Arnberg (oar@hutcs.hut.fi). */
  7. /* Copyright Ari Mujunen, Olli Arnberg 1989. */
  8. /* You may redistribute the driver (=printer resource file, source files, */
  9. /* documentation file(s), and the file 'Copyright and Source Offer') */
  10. /* only _non-commercially_ and _in its entirety_. */
  11. /* See the file 'Copyright and Source Offer' and/or documentation for details. */
  12. /* Acknowledgements:  Special thanks to Mr. Earle R. Horton for his 'Daisy' */
  13. /* daisywheel printer driver and its source code published in 'MacTutor', Nov-Dec 1987. */
  14. /* This driver served as a basis and inspiration for our work.  It also */
  15. /* proofed that a Macintosh printer driver can be done despite the lack of */
  16. /* documentation from Apple. */
  17.  
  18. /* Change history: */
  19. /* Version  When        Who      Why */
  20. /* 2.1      02.04.1989  amn,oar  Released version. */
  21.  
  22.  
  23. void pushRadioButton(DIALOG_PTR_TYPE_TODAY, int, int, int);
  24. int whichRadioButton(DIALOG_PTR_TYPE_TODAY, int, int);
  25. Boolean pushCheckBox(DIALOG_PTR_TYPE_TODAY, int);
  26. void deActivateControls(DIALOG_PTR_TYPE_TODAY, int, int);
  27. void activateControls(DIALOG_PTR_TYPE_TODAY, int, int);
  28. void forceValueToControls(DIALOG_PTR_TYPE_TODAY, int, int, int);
  29. Boolean controlIsOn(DIALOG_PTR_TYPE_TODAY, int);
  30. void frameButton(DIALOG_PTR_TYPE_TODAY, int);
  31. void setStringItemToInt(DIALOG_PTR_TYPE_TODAY, int, int);
  32. int getStringItemAsInt(DIALOG_PTR_TYPE_TODAY, int);
  33.